Global Index
HTML5 JS API Index > WebRTC Tutorials & Specs

RTCOfferAnswerOptions

Extended by RTCOfferOptions

This type represents a collection of object properties and does not have an explicit JavaScript representation.

Properties
RTCIdentityOption
requestIdentity = ifconfigured
The requestIdentity option indicates whether an identity should be requested. The option may be used with either of the createOffer() or createAnswer() calls, but also with the RTCPeerConnection constructor. Note that as long as DTLS-SRTP is in used, fingerprints will be sent regardless of the value of this option.
Referenced by
RTCPeerConnectioncreateAnswer(...)